From 4f007ec33f9e8da5948382ffbe81141e5d305f4d Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 20 Jun 2016 01:42:11 +0300 Subject: [PATCH] Fix reference to the guide in the docs Overrides description was moved from the Guide to the Specifying Dependencies section. --- src/doc/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/config.md b/src/doc/config.md index 25eb25bc6..9f193cc20 100644 --- a/src/doc/config.md +++ b/src/doc/config.md @@ -41,7 +41,7 @@ given. Relative paths are resolved relative to the parent directory of the ```toml # An array of paths to local repositories which are to be used as overrides for -# dependencies. For more information see the Cargo Guide. +# dependencies. For more information see the Specifying Dependencies guide. paths = ["/path/to/override"] [cargo-new] -- 2.30.2